home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / proerr2.zip / CALLWHOM.DIC < prev    next >
Text File  |  1991-08-02  |  2KB  |  51 lines

  1.  
  2. Structure for database: CALLWHOM.DBF
  3.  
  4. Field  Field Name  Type       Width    Dec     Description
  5. ═════  ══════════  ═════════  ═════    ═══     ══════════════════
  6.  
  7.     1  TITLE       Character     20            PRO2EROR title identifying
  8.                          appropriate person to be
  9.                          called when certain error
  10.                          events occur.  Do *NOT*
  11.                          change these titles without
  12.                          changing the corresponding
  13.                          code in PRO2EROR.PRG!
  14.  
  15.     2  CALL_WHO    Character     35            First & Last name of person
  16.                          to be called.
  17.  
  18.     3  OTHER       Character     40            Other information about person
  19.                          to be called, such a their
  20.                          company title or, if an out-
  21.                          side consultant, the con-
  22.                          sultant's company name.
  23.     
  24.     4  PHONE       Character     14            Phone # and/or extension of 
  25.                          person to be called.
  26.  
  27. ** Total **                     110
  28.  
  29.  
  30.  
  31. The CALLWHOM database is provided with three records which contain the
  32. information listed below.  Furnishing information in this manner rather
  33. than hard-coding it into the body of the PRO2EROR program facilitates
  34. modifying PRO2EROR for different applications.  In addition, it provides
  35. the programmer with the option of including a menu selection which permits
  36. the user/client to change names and phone numbers as in-house personnel
  37. change.  However, if it is desirable to "hard code" these names and phone
  38. numbers the CALLWHOM database can be included in the FoxPro 2.0 Project
  39. Management file and compiled with the .EXE.
  40.  
  41.  
  42.     TITLE                CALL_WHO                             OTHER                                    PHONE         
  43.     ═════════════════    ═══════════════════════════════════  ═══════                                  ════════   
  44.  1  APP ADMINISTRATOR    Name of In-House Adminis for Applic  Title or other pertinent information     Ext. xxxx     
  45.  
  46.  2  LAN ADMINISTRATOR    Used for LAN specific items only     Title or other pertinent information     Ext. xxxx     
  47.  
  48.  3  DEVELOPER            Pat Adams                            DB Unlimited                             (718) 469-4032
  49.  
  50.  
  51.